Package com.vdek.agv.gen.schema_20250101
Class AnforderungEAUAG.ArtDerMeldung
- java.lang.Object
-
- com.vdek.agv.gen.schema_20250101.AnforderungEAUAG.ArtDerMeldung
-
- Enclosing class:
- AnforderungEAUAG
public static class AnforderungEAUAG.ArtDerMeldung extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Stornierung" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/eAU_Basistypen_Complex_V2_0}StornierungType"/> <element name="Anforderung"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Betriebsnummer_Verursacher" type="{SV-Basis://XMLSchema/1.0}ABSN_Stp"/> <element name="BBNR_Abrechnungsstelle" type="{SV-Basis://XMLSchema/1.0}BBNR_Stp" minOccurs="0"/> <element name="Ansprechpartner" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/eAU_Basistypen_Complex_V2_0}AnsprechpartnerType" minOccurs="0"/> <element name="Angaben_zum_Arbeitnehmer"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="eAU_Grundangabe_Name" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/eAU_Basistypen_Complex_V2_0}Angaben_Name_Ctp"/> <element name="Angaben_Identifikation" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/eAU_Basistypen_Complex_V2_0}Angaben_IdentifikationType"/> <element name="Geburtsdatum" type="{SV-Basis://XMLSchema/1.0}Geburtsdatum_unbekannt_Stp"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Abwesenheit_ab_AG" type="{SV-Basis://XMLSchema/1.0}Datum_Stp"/> </sequence> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnforderungEAUAG.ArtDerMeldung.AnforderungJava-Klasse für anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AnforderungEAUAG.ArtDerMeldung.Anforderunganforderungprotected StornierungTypestornierung
-
Constructor Summary
Constructors Constructor Description ArtDerMeldung()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnforderungEAUAG.ArtDerMeldung.AnforderunggetAnforderung()Ruft den Wert der anforderung-Eigenschaft ab.StornierungTypegetStornierung()Ruft den Wert der stornierung-Eigenschaft ab.voidsetAnforderung(AnforderungEAUAG.ArtDerMeldung.Anforderung value)Legt den Wert der anforderung-Eigenschaft fest.voidsetStornierung(StornierungType value)Legt den Wert der stornierung-Eigenschaft fest.
-
-
-
Field Detail
-
stornierung
protected StornierungType stornierung
-
anforderung
protected AnforderungEAUAG.ArtDerMeldung.Anforderung anforderung
-
-
Method Detail
-
getStornierung
public StornierungType getStornierung()
Ruft den Wert der stornierung-Eigenschaft ab.- Returns:
- possible object is
StornierungType
-
setStornierung
public void setStornierung(StornierungType value)
Legt den Wert der stornierung-Eigenschaft fest.- Parameters:
value- allowed object isStornierungType
-
getAnforderung
public AnforderungEAUAG.ArtDerMeldung.Anforderung getAnforderung()
Ruft den Wert der anforderung-Eigenschaft ab.- Returns:
- possible object is
AnforderungEAUAG.ArtDerMeldung.Anforderung
-
setAnforderung
public void setAnforderung(AnforderungEAUAG.ArtDerMeldung.Anforderung value)
Legt den Wert der anforderung-Eigenschaft fest.- Parameters:
value- allowed object isAnforderungEAUAG.ArtDerMeldung.Anforderung
-
-